* {
  margin: 0%;
  padding: 0%;
  font-family: Quicksand;
}
body{
  background-image: url(authSIe2.jpg);
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}
#mainLoginPage{
   position: relative;
   left: 18%; 
   width: fit-content;
  animation: right 2s;
} 

#error_msg{
  color: red;
  margin-top: 10px;
}

.subLoginPage {
  /* border: 1px solid royalblue; */
  background-image: url("https://in.sugarcosmetics.com/Login_bg.svg");
  height: 100vh;
  width: 655px;
  background-position: 50%;
  background-size: cover;
  padding: 25px;
  /* background-color: aqua; */
  margin-left: 100%; 
}
.close {
  color: white;
  cursor: pointer;
}
#headlog {
  font-size: 24px;
  color: white;
  font-weight: 800;
  cursor: pointer;
}
#loginbox {
  width: 640px;
  height: 440px;
  background-color: white;
  margin-top: 25px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.boxtop {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  margin-left: 30px;
}
.loginsign {
  font-size: 24px;
}
.logmob {
  margin-top: 2px;
}

/* input box start */

.loginput {
  margin-left: 30px;
  /* border: 1px solid lightseagreen; */
  width: 565px;
  height: 45px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  align-items: center;
}
.contrycode {
  font-size: calc(1.275rem + 0.3vw);
  text-align: center;
}

.loginput1 {
  width: 28px;
  text-align: center;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgb(160, 160, 163);
  border-left: none;
  border-image: initial;
  margin: 3px;
  font-weight: 600;
  font-size: 24px;
  outline: none;
}
#requestptp {
  padding: 15px;
  border: none;
  cursor: pointer;
  background-color: beige;
  border-radius: 10px;
}
/* input box end */

.hrline {
  border: 0.3px solid gray;
  position: relative;
  margin-top: 80px;
  width: 95%;
  margin-left: 10px;
}

/* OTP Section Area */

#otpsection {
  margin-left: 30px;
}
.enterotp {
  width: 30px;
  height: 30px;
}
#verify {
  color: #fff;
  width: 180px;
  margin-left: 3px;
  margin-top: 20px;
  font-size: 14px;
  border: none;
  padding: 10px;
  background-color: #f04081;
  cursor: pointer;
}
#ragister {
  color: #fff;
  width: 180px;
  margin-left: 3px;
  margin-top: 20px;
  font-size: 14px;
  border: none;
  padding: 10px;
  background-color: #f04081;
  cursor: pointer;
}
#ragister > a{
  text-decoration: none;
  color: white;
}


.whats {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px;
}
#logcontent {
  margin-top: 25px;
  /* border: 1px solid hotpink; */
  width: 100%;
  height: 300px;
}
.logp {
  margin: auto;
  /* border: 1px solid darkblue; */
  width: -36px;
  font-size: 15px;
  padding: 25px;
  font-weight: 600;
}
.logp p {
  margin-bottom: 2px !important;
}
#smll {
  display: flex;
  justify-content: center;
}
